home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Aminet 16
/
Aminet 16 (1996)(GTI - Schatztruhe)[!][Dec 1996].iso
/
Aminet
/
comm
/
term
/
term_source.lha
/
Extras
/
Source
/
gtlayout-source.lha
/
gtlayout_data.c
next >
Wrap
C/C++ Source or Header
|
1996-08-22
|
814b
|
42 lines
/*
** GadTools layout toolkit
**
** Copyright © 1993-1996 by Olaf `Olsen' Barthel
** Freely distributable.
**
** :ts=8
*/
#ifndef _GTLAYOUT_GLOBAL_H
#include "gtlayout_global.h"
#endif
#ifdef LINK_LIB
extern struct ExecBase *SysBase;
#else
struct ExecBase *SysBase;
#endif // LINK_LIB
struct Library *IntuitionBase;
struct GfxBase *GfxBase;
struct Library *UtilityBase;
struct Library *GadToolsBase;
struct Library *KeymapBase;
struct LocaleBase *LocaleBase;
struct Locale *LTP_Locale;
struct SignalSemaphore LTP_LockSemaphore;
struct MinList LTP_LockList;
struct IClass *LTP_ImageClass,
*LTP_LevelClass,
*LTP_PopupClass,
*LTP_TabClass;
struct MinList LTP_EmptyList;
#ifdef DO_PICKSHORTCUTS
UBYTE *LTP_Keys[2];
struct SignalSemaphore LTP_KeySemaphore;
#endif
BOOLEAN V39,
V40;